ComponentOne FlexReport for UWP
FindByName Method (ReportObjectCollection<TItem>)

C1.UWP.FlexReport Assembly > C1.Xaml.FlexReport Namespace > ReportObjectCollection<TItem> Class : FindByName Method
The name of the item.
Gets the item by its name, returns null if not found.
Syntax
'Declaration
 
Public Function FindByName( _
   ByVal name As System.String _
) As TItem
public TItem FindByName( 
   System.string name
)

Parameters

name
The name of the item.

Return Value

Returns the item with specified name, null otherwise.
See Also

Reference

ReportObjectCollection<TItem> Class
ReportObjectCollection<TItem> Members